mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(decipher-ignore-spaces): Don't quote nil and t in docstrings.
This commit is contained in:
parent
8101c2f2e2
commit
e7f32a7551
1 changed files with 2 additions and 2 deletions
|
|
@ -108,8 +108,8 @@ This variable must be set before typing `\\[decipher]'."
|
|||
|
||||
(defcustom decipher-ignore-spaces nil
|
||||
"*Non-nil means to ignore spaces and punctuation when counting digrams.
|
||||
You should set this to `nil' if the cipher message is divided into words,
|
||||
or `t' if it is not.
|
||||
You should set this to nil if the cipher message is divided into words,
|
||||
or t if it is not.
|
||||
This variable is buffer-local."
|
||||
:type 'boolean
|
||||
:group 'decipher)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue