1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

etc/NEWS.28: Mention read-symbol-shorthands to improve C-h v info

This commit is contained in:
Stefan Monnier 2025-11-13 09:06:37 -05:00
parent 05ea637d60
commit 5d9eab261f

View file

@ -3472,8 +3472,10 @@ symbolic form found in Lisp source that "abbreviates" a symbol's print
name. Among other applications, this feature can be used to avoid name. Among other applications, this feature can be used to avoid
name clashes and namespace pollution by renaming an entire file's name clashes and namespace pollution by renaming an entire file's
worth of symbols with proper and longer prefixes, without actually worth of symbols with proper and longer prefixes, without actually
touching the Lisp source. For details, see the Info node "(elisp) touching the Lisp source. Instead you need to set the
Shorthands". 'read-symbol-shorthands' variable in the file-local section of the file
to list the shorthand prefixes in use.
For details, see the Info node "(elisp) Shorthands".
** New function 'string-search'. ** New function 'string-search'.
This function takes two string parameters and returns the position of This function takes two string parameters and returns the position of