mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-22 10:26:20 +00:00
* dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
to "\\sw\\|\\s_" (bug#358).
This commit is contained in:
parent
a48868a7d8
commit
fe20470228
@ -1,5 +1,8 @@
|
||||
2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
|
||||
to "\\sw\\|\\s_" (bug#358).
|
||||
|
||||
* dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
|
||||
(dired-unmark-backward): Ditto.
|
||||
(dired-flag-backup-files): Ditto.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user