]> code.delx.au - gnu-emacs/blobdiff - lisp/emulation/edt-mapper.el
Update docstrings and comments to use "init file" terminology.
[gnu-emacs] / lisp / emulation / edt-mapper.el
index 7fc24773b9ea15c04b19a2bb1dd17a18213f2f04..87b6bcf0aa9747c54540a7ce7b0b1c4a9f2f98a0 100644 (file)
@@ -61,7 +61,7 @@
 
 ;;    emacs -q -l edt-mapper.el
 
-;;  The "-q" option prevents loading of your .emacs file (commands
+;;  The "-q" option prevents loading of your init file (commands
 ;;  therein might confuse this program).
 
 ;;  An instruction screen showing the typical LK-201 terminal
@@ -74,7 +74,7 @@
 ;;  and loaded automatically when the EDT emulation is started.  If
 ;;  you specify a different file name, you will need to set the
 ;;  variable "edt-keys-file" before starting the EDT emulation.
-;;  Here's how you might go about doing that in your .emacs file.
+;;  Here's how you might go about doing that in your init file:
 
 ;;    (setq edt-keys-file (expand-file-name "~/.my-emacs-keys"))