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:
parent
05ea637d60
commit
5d9eab261f
1 changed files with 4 additions and 2 deletions
|
|
@ -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 clashes and namespace pollution by renaming an entire file's
|
||||
worth of symbols with proper and longer prefixes, without actually
|
||||
touching the Lisp source. For details, see the Info node "(elisp)
|
||||
Shorthands".
|
||||
touching the Lisp source. Instead you need to set the
|
||||
'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'.
|
||||
This function takes two string parameters and returns the position of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue