diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-06-05 06:30:25 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-06-05 06:30:25 +0200 |
commit | d46e94f23fbbd522f2a017444b29f9f18203b4bc (patch) | |
tree | 606ec60566bda5eebbdea6bc5aee835fcafdef2f /doc/lispref/strings.texi | |
parent | ddfb91c0a7e46f0332caf82237cabc736ddfd276 (diff) | |
parent | 1b8719835a200a2be17da226e82030f691caba80 (diff) | |
download | emacs-d46e94f23fbbd522f2a017444b29f9f18203b4bc.tar.gz emacs-d46e94f23fbbd522f2a017444b29f9f18203b4bc.tar.bz2 emacs-d46e94f23fbbd522f2a017444b29f9f18203b4bc.zip |
Merge from origin/emacs-28
1b8719835a Update to Org 9.5.4
92c5faafd7 Clarify documentation of 'string-to-unibyte'
2848512654 ; * lisp/files.el (find-file): Avoid too short lines in do...
672f9f787f Improve keystrokes in doc strings in some find-file functions
ef5651cc77 Fix segfaults when starting on 80x26 TTY frames
bfa647972f ; Fix doc string of 'delete-selection-repeat-replace-region'
a95d46e00f Make it explicit that a couple of _s in lispref are unders...
5c74c25123 Remove from FAQ the MS-Windows info about BDF fonts
edb48646f2 Fix Display Property manual example
Diffstat (limited to 'doc/lispref/strings.texi')
-rw-r--r-- | doc/lispref/strings.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index 413e17750e9..78f1344cada 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -1348,7 +1348,7 @@ given width, if specified. This flag converts the substituted text to upper case (@pxref{Case Conversion}). -@item _ +@item _@r{ (underscore)} This flag converts the substituted text to lower case (@pxref{Case Conversion}). @end table |