From: Eli Zaretskii Date: Thu, 14 Sep 2023 06:21:28 +0000 (+0300) Subject: : Doc fix. X-Git-Tag: emacs-29.1.90~98 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea14b0dcc206e1ab46797a8d1e122bcac8523851;p=emacs.git : Doc fix. * lisp/progmodes/prog-mode.el (prettify-symbols-unprettify-at-point): Doc fix. --- diff --git a/lisp/progmodes/prog-mode.el b/lisp/progmodes/prog-mode.el index 4d8246155e9..fc0916af061 100644 --- a/lisp/progmodes/prog-mode.el +++ b/lisp/progmodes/prog-mode.el @@ -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)