diff options
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 03a170cac3e..82c741f54fb 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -3615,7 +3615,7 @@ Invoke \\[apropos-documentation] and type \"transient\" or | |||
| 3615 | \"mark.*active\" at the prompt, to see the documentation of | 3615 | \"mark.*active\" at the prompt, to see the documentation of |
| 3616 | commands which are sensitive to the Transient Mark mode." | 3616 | commands which are sensitive to the Transient Mark mode." |
| 3617 | :global t | 3617 | :global t |
| 3618 | ;;; :init-value (not noninteractive) | 3618 | :init-value (not noninteractive) |
| 3619 | :group 'editing-basics) | 3619 | :group 'editing-basics) |
| 3620 | 3620 | ||
| 3621 | (defvar widen-automatically t | 3621 | (defvar widen-automatically t |