]> git.eshelyaron.com Git - emacs.git/commitdiff
: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 14 Sep 2023 06:21:28 +0000 (09:21 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 14 Sep 2023 06:21:28 +0000 (09:21 +0300)
* lisp/progmodes/prog-mode.el
(prettify-symbols-unprettify-at-point): Doc fix.

lisp/progmodes/prog-mode.el

index 4d8246155e9f515cd4811e93975b89df31ce167e..fc0916af0611e5d4ea6c1d406ab21dc4b1fea741 100644 (file)
@@ -218,8 +218,8 @@ reapplied as soon as point moves away from the symbol.  If
 set to nil, the prettification persists even when point is
 on the symbol.
 
-This will only have an effect if it is set to a non-nil before
-`prettify-symbols-mode' is activated."
+This will only have an effect if it is set to a non-nil value
+before `prettify-symbols-mode' is activated."
   :version "25.1"
   :type '(choice (const :tag "Never unprettify" nil)
                  (const :tag "Unprettify when point is inside" t)