diff options
Diffstat (limited to 'lisp/view.el')
-rw-r--r-- | lisp/view.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/view.el b/lisp/view.el index 219af1b6e1e..63db3452a87 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -48,8 +48,7 @@ "Peruse file or buffer without editing." :link '(function-link view-mode) :link '(custom-manual "(emacs)Misc File Ops") - :group 'wp - :group 'editing) + :group 'wp) (defcustom view-highlight-face 'highlight "The face used for highlighting the match found by View mode search." |