mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
; * lisp/progmodes/hideshow.el (hs-minor-mode): Style fixes.
This commit is contained in:
parent
3d844e49f7
commit
4bb1b938df
1 changed files with 3 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
;; * Commands provided
|
||||
;;
|
||||
;; This file provides Hideshow Minor Mode. When active, nine commands
|
||||
;; This file provides the Hideshow minor mode. When active, nine commands
|
||||
;; are available, implementing block hiding and showing. They (and their
|
||||
;; keybindings) are:
|
||||
;;
|
||||
|
|
@ -1395,7 +1395,8 @@ Key bindings:
|
|||
(progn
|
||||
(unless (and comment-start comment-end)
|
||||
(setq hs-minor-mode nil)
|
||||
(user-error "%S doesn't support Hideshow Minor Mode" major-mode))
|
||||
(user-error "%S doesn't support the Hideshow minor mode"
|
||||
major-mode))
|
||||
|
||||
;; Set the variables
|
||||
(hs-grok-mode-type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue