summaryrefslogtreecommitdiff
path: root/lisp/dabbrev.el
diff options
context:
space:
mode:
authorErik Naggum <erik@naggum.no>1996-01-24 19:01:08 +0000
committerErik Naggum <erik@naggum.no>1996-01-24 19:01:08 +0000
commiteed1b385cc9252373394fc66bbbd9ffcab25ab5e (patch)
tree5f2161c286793b27522e3a949e3e1e422d59390e /lisp/dabbrev.el
parentb77ad2510a3c80f0088f5b6a575537e368f551de (diff)
downloademacs-eed1b385cc9252373394fc66bbbd9ffcab25ab5e.tar.gz
(dabbrev-abbrev-skip-leading-regexp): Doc fix.
Diffstat (limited to 'lisp/dabbrev.el')
-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 @@
Example: Set this to \"\\\\$\" for programming languages
in which variable names may appear with or without a leading `$'.
-(For example, in Makefiles.)
+\(For example, in Makefiles.)
Set this to nil if no characters should be skipped.")