mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Fix typo.
This commit is contained in:
parent
2879a13bfd
commit
8971f87bf6
2 changed files with 2 additions and 2 deletions
|
|
@ -16583,7 +16583,7 @@
|
|||
1997-06-02 Michael Kifer <kifer@cs.sunysb.edu>
|
||||
|
||||
* viper-init.el (vip-parse-sexp-ignore-comments): new variable.
|
||||
* viper-cmd.el (vip-paren-match): parsing comments is now controled
|
||||
* viper-cmd.el (vip-paren-match): parsing comments is now controlled
|
||||
with vip-parse-sexp-ignore-comments.
|
||||
* viper-cmd.el (vip-goto-col): fixed.
|
||||
* viper-cmd.el (vip-autoindent): now expands abbrevs.
|
||||
|
|
|
|||
|
|
@ -1181,7 +1181,7 @@ These two lines must come in the order given.
|
|||
|
||||
;; Applying Viper customization -- runs after (load .viper)
|
||||
|
||||
;; Save user settings or Viper defaults for vars controled by
|
||||
;; Save user settings or Viper defaults for vars controlled by
|
||||
;; viper-expert-level
|
||||
(if (null viper-saved-user-settings)
|
||||
(setq viper-saved-user-settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue