diff options
Diffstat (limited to 'lisp/hippie-exp.el')
-rw-r--r-- | lisp/hippie-exp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index 65317f96a9d..9e7334ab569 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el @@ -191,7 +191,7 @@ If nil, all buffers are searched.") (defvar hippie-expand-ignore-buffers '("^ \\*.*\\*$" dired-mode) "*A list specifying which buffers not to search (if not current). Can contain both regexps matching buffer names (as strings) and major modes -(as atoms)") +\(as atoms)") ;;;###autoload (defun hippie-expand (arg) |