]> code.delx.au - gnu-emacs/blobdiff - lisp/dabbrev.el
Merge changes from emacs-23 branch
[gnu-emacs] / lisp / dabbrev.el
index 00e2ec802e25eb9a4e351b51159ee836e4cad88e..540b93faad83a42161fb1fab658bee39305c7560 100644 (file)
@@ -206,7 +206,8 @@ starting with or containing `no-'.  If you set this variable to
 expanding `yes-or-no-' signals an error because `-' is not part of a word;
 but expanding `yes-or-no' looks for a word starting with `no'.
 
-The recommended value is \"\\\\sw\\\\|\\\\s_\"."
+The recommended value is nil, which will make dabbrev default to
+using \"\\\\sw\\\\|\\\\s_\"."
   :type '(choice (const nil)
                 regexp)
   :group 'dabbrev)