diff options
Diffstat (limited to 'lisp/shell.el')
-rw-r--r-- | lisp/shell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index a07eb76fba9..48488cec682 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -355,7 +355,7 @@ Thus, this does not include the shell's current directory.") 'complete-expand))) (defcustom shell-mode-hook '() - "Hook for customising Shell mode." + "Hook for customizing Shell mode." :type 'hook :group 'shell) |