# HG changeset patch # User Erik Naggum # Date 822510068 0 # Node ID 180245e932145f19a5e25a97cf10d6bda9a1b81c # Parent 15c3d6255a1c1b61adf2a09f8f9a4fc4e0f38216 (dabbrev-abbrev-skip-leading-regexp): Doc fix. diff -r 15c3d6255a1c -r 180245e93214 lisp/dabbrev.el --- a/lisp/dabbrev.el Wed Jan 24 17:12:21 1996 +0000 +++ b/lisp/dabbrev.el Wed Jan 24 19:01:08 1996 +0000 @@ -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.")