diff options
Diffstat (limited to 'lisp/pcmpl-x.el')
-rw-r--r-- | lisp/pcmpl-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pcmpl-x.el b/lisp/pcmpl-x.el index 7072d927e00..e6fb5bfdac3 100644 --- a/lisp/pcmpl-x.el +++ b/lisp/pcmpl-x.el @@ -223,7 +223,7 @@ ;;;###autoload (defun pcomplete/ack () "Completion for the `ack' command. -Start an argument with '-' to complete short options and '--' for +Start an argument with `-' to complete short options and `--' for long options." ;; No space after = (while t |