From: Erik Naggum Date: Wed, 24 Jan 1996 19:01:08 +0000 (+0000) Subject: (dabbrev-abbrev-skip-leading-regexp): Doc fix. X-Git-Tag: emacs-19.34~1589 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfbf16aff7cd38dc77afba964eee5434b5743624;p=emacs.git (dabbrev-abbrev-skip-leading-regexp): Doc fix. --- 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.")