diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-08-22 16:05:02 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-08-22 16:05:02 +0000 |
commit | 6ab8d72d7bbc6107f0f78ff5795609beddd471f1 (patch) | |
tree | a3ed55e1e0875a0cdefd16a96249e3304ab3c4c7 /etc | |
parent | 0a396e5a4be4aca8c597fa40ab16550d7359e94f (diff) | |
download | emacs-6ab8d72d7bbc6107f0f78ff5795609beddd471f1.tar.gz |
Mark dabbrev-ignore-regexps as documented in the manual.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1194,6 +1194,7 @@ appropriate for C-style escape sequences in strings. +++ ** A new command `view-emacs-problems' (C-h P) displays the PROBLEMS file. ++++ ** The Dabbrev package has a new user-option `dabbrev-ignore-regexps' containing a list of regular expressions. Buffers matching a regular expression from that list, are not checked. |