aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2025-11-13 09:06:37 -0500
committerStefan Monnier2025-11-13 09:06:37 -0500
commit5d9eab261fd9706be35cd799494eae4e1de81590 (patch)
tree6b4eb467bcf3060d494c1a2c85ce58b81b1aa941
parent05ea637d602c3c739b833c4262e6f46f6336ad1f (diff)
downloademacs-5d9eab261fd9706be35cd799494eae4e1de81590.tar.gz
emacs-5d9eab261fd9706be35cd799494eae4e1de81590.zip
etc/NEWS.28: Mention `read-symbol-shorthands` to improve `C-h v` info
-rw-r--r--etc/NEWS.286
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS.28 b/etc/NEWS.28
index 924003d8ed6..cf61e762c88 100644
--- a/etc/NEWS.28
+++ b/etc/NEWS.28
@@ -3472,8 +3472,10 @@ symbolic form found in Lisp source that "abbreviates" a symbol's print
3472name. Among other applications, this feature can be used to avoid 3472name. Among other applications, this feature can be used to avoid
3473name clashes and namespace pollution by renaming an entire file's 3473name clashes and namespace pollution by renaming an entire file's
3474worth of symbols with proper and longer prefixes, without actually 3474worth of symbols with proper and longer prefixes, without actually
3475touching the Lisp source. For details, see the Info node "(elisp) 3475touching the Lisp source. Instead you need to set the
3476Shorthands". 3476'read-symbol-shorthands' variable in the file-local section of the file
3477to list the shorthand prefixes in use.
3478For details, see the Info node "(elisp) Shorthands".
3477 3479
3478** New function 'string-search'. 3480** New function 'string-search'.
3479This function takes two string parameters and returns the position of 3481This function takes two string parameters and returns the position of