emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/decipher.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/play/decipher.el [lexbind]
Date: Tue, 14 Oct 2003 19:42:23 -0400

Index: emacs/lisp/play/decipher.el
diff -c emacs/lisp/play/decipher.el:1.16.4.1 
emacs/lisp/play/decipher.el:1.16.4.2
*** emacs/lisp/play/decipher.el:1.16.4.1        Fri Apr  4 01:20:31 2003
--- emacs/lisp/play/decipher.el Tue Oct 14 19:42:16 2003
***************
*** 108,115 ****
  
  (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.
  This variable is buffer-local."
    :type 'boolean
    :group 'decipher)
--- 108,115 ----
  
  (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.
  This variable is buffer-local."
    :type 'boolean
    :group 'decipher)
***************
*** 1068,1071 ****
--- 1068,1072 ----
  ;;;          (delete-backward-char 1)
  ;;;          (insert ")\n"))))))
  
+ ;;; arch-tag: 8f094d88-ffe1-4f99-afe3-a5e81dd939d9
  ;;; decipher.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]