diff options
| author | Erik Naggum | 1996-01-24 19:01:08 +0000 |
|---|---|---|
| committer | Erik Naggum | 1996-01-24 19:01:08 +0000 |
| commit | bfbf16aff7cd38dc77afba964eee5434b5743624 (patch) | |
| tree | 0e5ec60d3b3e2fee91264067d60d6493cbd4750c | |
| parent | fcc3195eee02457d307257c8eb86be2e5fe6cd49 (diff) | |
| download | emacs-bfbf16aff7cd38dc77afba964eee5434b5743624.tar.gz emacs-bfbf16aff7cd38dc77afba964eee5434b5743624.zip | |
(dabbrev-abbrev-skip-leading-regexp): Doc fix.
| -rw-r--r-- | lisp/dabbrev.el | 2 |
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 | ||
| 109 | Example: Set this to \"\\\\$\" for programming languages | 109 | Example: Set this to \"\\\\$\" for programming languages |
| 110 | in which variable names may appear with or without a leading `$'. | 110 | in which variable names may appear with or without a leading `$'. |
| 111 | (For example, in Makefiles.) | 111 | \(For example, in Makefiles.) |
| 112 | 112 | ||
| 113 | Set this to nil if no characters should be skipped.") | 113 | Set this to nil if no characters should be skipped.") |
| 114 | 114 | ||