summaryrefslogtreecommitdiff
path: root/lisp/dabbrev.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-06 19:45:01 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-06 19:45:01 +0200
commitfe204702284fb69d07b35a0e3912fe939cf30ff8 (patch)
tree964be171fbd597b549896ef7c9543ed35dbd4de1 /lisp/dabbrev.el
parenta48868a7d83a1f0ec2297cc254abaae176233d79 (diff)
downloademacs-fe204702284fb69d07b35a0e3912fe939cf30ff8.tar.gz
* dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
to "\\sw\\|\\s_" (bug#358).
Diffstat (limited to 'lisp/dabbrev.el')
-rw-r--r--lisp/dabbrev.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el
index 00e2ec802e2..540b93faad8 100644
--- a/lisp/dabbrev.el
+++ b/lisp/dabbrev.el
@@ -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)