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>
Thu, 13 Feb 2025 01:57:51 +0000 (09:57 +0800)
Forwarded: not-needed
Closes: #1095133
lisp/startup.el

index 5f14b585390887d0ef37d636971ab24f5a23fec5..741d6ba049e80b9f7f96b67b2bc2460ffd04dd09 100644 (file)
@@ -440,7 +440,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'.