diff options
| author | Stefan Monnier | 2025-11-13 09:06:37 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2025-11-13 09:06:37 -0500 |
| commit | 5d9eab261fd9706be35cd799494eae4e1de81590 (patch) | |
| tree | 6b4eb467bcf3060d494c1a2c85ce58b81b1aa941 | |
| parent | 05ea637d602c3c739b833c4262e6f46f6336ad1f (diff) | |
| download | emacs-5d9eab261fd9706be35cd799494eae4e1de81590.tar.gz emacs-5d9eab261fd9706be35cd799494eae4e1de81590.zip | |
etc/NEWS.28: Mention `read-symbol-shorthands` to improve `C-h v` info
| -rw-r--r-- | etc/NEWS.28 | 6 |
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 | |||
| 3472 | name. Among other applications, this feature can be used to avoid | 3472 | name. Among other applications, this feature can be used to avoid |
| 3473 | name clashes and namespace pollution by renaming an entire file's | 3473 | name clashes and namespace pollution by renaming an entire file's |
| 3474 | worth of symbols with proper and longer prefixes, without actually | 3474 | worth of symbols with proper and longer prefixes, without actually |
| 3475 | touching the Lisp source. For details, see the Info node "(elisp) | 3475 | touching the Lisp source. Instead you need to set the |
| 3476 | Shorthands". | 3476 | 'read-symbol-shorthands' variable in the file-local section of the file |
| 3477 | to list the shorthand prefixes in use. | ||
| 3478 | For details, see the Info node "(elisp) Shorthands". | ||
| 3477 | 3479 | ||
| 3478 | ** New function 'string-search'. | 3480 | ** New function 'string-search'. |
| 3479 | This function takes two string parameters and returns the position of | 3481 | This function takes two string parameters and returns the position of |