: Doc fix.
* lisp/progmodes/prog-mode.el (prettify-symbols-unprettify-at-point): Doc fix.
This commit is contained in:
parent
01e8a0c6cb
commit
ea14b0dcc2
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue