diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 6159604ef90..2f3cd5d0e07 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -219,7 +219,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of :format "%t%n%h" :inline t (read-only t)) - (const :tag "Don't Enterx" + (const :tag "Don't Enter" :doc "Prevent point from ever entering prompt" :format "%t%n%h" :inline t |