mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Update docstrings and comments to use "init file" terminology.
* bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes. * comint.el (comint-prompt-read-only): * custom.el (defcustom): * hi-lock.el (hi-lock-mode): * ibuffer.el (ibuffer-formats): * ielm.el (ielm-prompt-read-only): * novice.el (disable-command): * saveplace.el (toggle-save-place): * speedbar.el (speedbar-supported-extension-expressions): * startup.el (auto-save-list-file-prefix, init-file-user) (after-init-hook, inhibit-startup-echo-area-message): * strokes.el (strokes-help): * time-stamp.el (time-stamp): * calendar/calendar.el (calendar, diary-file): * calendar/diary-lib.el (diary-mail-entries, diary) (diary-list-entries-hook): * calendar/holidays.el (holidays, calendar-holidays): * calendar/lunar.el (lunar-phases): * calendar/solar.el (sunrise-sunset): * emulation/edt.el (edt-load-keys): * emulation/viper.el (viper-mode): * eshell/em-alias.el (eshell-command-aliases-list): * eshell/esh-util.el (eshell-convert-numeric-arguments): * international/ogonek.el (ogonek-information): * net/tramp-cmds.el (tramp-bug): * net/quickurl.el (quickurl-reread-hook-postfix): * play/decipher.el (decipher-font-lock-keywords): * progmodes/cc-styles.el (c-set-style): * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern): * progmodes/inf-lisp.el (inferior-lisp-prompt): * progmodes/octave-mod.el (octave-mode): * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password): * progmodes/verilog-mode.el (verilog-read-defines): * textmodes/two-column.el (2C-mode): Likewise.
This commit is contained in:
parent
d079ee5ffe
commit
865fe16fd2
104 changed files with 238 additions and 225 deletions
|
|
@ -52,14 +52,14 @@
|
|||
;;
|
||||
;; Setup:
|
||||
;;
|
||||
;; Put the following code in your .emacs file. This turns on
|
||||
;; Put the following code in your init file. This turns on
|
||||
;; hi-lock mode and adds a "Regexp Highlighting" entry
|
||||
;; to the edit menu.
|
||||
;;
|
||||
;; (global-hi-lock-mode 1)
|
||||
;;
|
||||
;; To enable the use of patterns found in files (presumably placed
|
||||
;; there by hi-lock) include the following in your .emacs file:
|
||||
;; there by hi-lock) include the following in your init file:
|
||||
;;
|
||||
;; (setq hi-lock-file-patterns-policy 'ask)
|
||||
;;
|
||||
|
|
@ -356,7 +356,7 @@ Hi-lock: end is found. A mode is excluded if it's in the list
|
|||
"Possible archaic use of (hi-lock-mode).
|
||||
Use (global-hi-lock-mode 1) in .emacs to enable hi-lock for all buffers,
|
||||
use (hi-lock-mode 1) for individual buffers. For compatibility with Emacs
|
||||
versions before 22 use the following in your .emacs file:
|
||||
versions before 22 use the following in your init file:
|
||||
|
||||
(if (functionp 'global-hi-lock-mode)
|
||||
(global-hi-lock-mode 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue