aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Naggum1996-01-24 19:01:08 +0000
committerErik Naggum1996-01-24 19:01:08 +0000
commitbfbf16aff7cd38dc77afba964eee5434b5743624 (patch)
tree0e5ec60d3b3e2fee91264067d60d6493cbd4750c
parentfcc3195eee02457d307257c8eb86be2e5fe6cd49 (diff)
downloademacs-bfbf16aff7cd38dc77afba964eee5434b5743624.tar.gz
emacs-bfbf16aff7cd38dc77afba964eee5434b5743624.zip
(dabbrev-abbrev-skip-leading-regexp): Doc fix.
-rw-r--r--lisp/dabbrev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el
index b2157841a66..5de6097500d 100644
--- a/lisp/dabbrev.el
+++ b/lisp/dabbrev.el
@@ -108,7 +108,7 @@
108 108
109Example: Set this to \"\\\\$\" for programming languages 109Example: Set this to \"\\\\$\" for programming languages
110in which variable names may appear with or without a leading `$'. 110in which variable names may appear with or without a leading `$'.
111(For example, in Makefiles.) 111\(For example, in Makefiles.)
112 112
113Set this to nil if no characters should be skipped.") 113Set this to nil if no characters should be skipped.")
114 114