Fix eldoc warning in patch adding debian-emacs-flavor
authorXiyue Deng <manphiz@gmail.com>
Tue, 28 Jan 2025 07:23:37 +0000 (23:23 -0800)
committerSean Whitton <spwhitton@spwhitton.name>
Mon, 24 Feb 2025 07:41:19 +0000 (15:41 +0800)
Forwarded: not-needed
Closes: #1095133
lisp/startup.el

index c6242b39e4fc41aad676ddc4713582b3f25e98ba..a17a6d0d95999e665bfff243a3ad56eb0b233a49 100644 (file)
@@ -443,7 +443,7 @@ Warning Warning!!!  Pure space overflow    !!!Warning Warning
 
 (defconst debian-emacs-flavor 'emacs
   "A symbol representing the particular debian flavor of emacs running.
-Something like 'emacs, 'xemacs21, etc.")
+Something like \\='emacs, \\='xemacs21, etc.")
 
 (defun normal-top-level-add-subdirs-to-load-path ()
   "Recursively add all subdirectories of `default-directory' to `load-path'.