aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-11 23:55:10 +0000
committerRichard M. Stallman1997-08-11 23:55:10 +0000
commit79bb4872ef2e1a624850878207930ca0a4294b8d (patch)
treec8a53081229f48753d5ebc3e7c92624b5e8bdf36
parent1d1e35a0d639100eb849bcf90afa3879e9ba05ac (diff)
downloademacs-79bb4872ef2e1a624850878207930ca0a4294b8d.tar.gz
emacs-79bb4872ef2e1a624850878207930ca0a4294b8d.zip
(dabbrev-abbrev-skip-leading-regexp): Doc fix.
-rw-r--r--lisp/dabbrev.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el
index 1d789a06b3b..e7dc6e3adc3 100644
--- a/lisp/dabbrev.el
+++ b/lisp/dabbrev.el
@@ -119,9 +119,7 @@
119 119
120Example: Set this to \"\\\\$\" for programming languages 120Example: Set this to \"\\\\$\" for programming languages
121in which variable names may appear with or without a leading `$'. 121in which variable names may appear with or without a leading `$'.
122\(For example, in Makefiles. 122\(For example, in Makefiles.\)
123 :type 'regexp
124 :group 'dabbrev))
125 123
126Set this to nil if no characters should be skipped." 124Set this to nil if no characters should be skipped."
127 :type '(choice regexp 125 :type '(choice regexp