diff options
| -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 | ||