]> code.delx.au - gnu-emacs/blobdiff - lisp/double.el
(clone-process): Copy process' plist to new process.
[gnu-emacs] / lisp / double.el
index 84a66d29e43b158d3740ebe830369f7076ce206f..ed427d056b151a7a5f59e388038a77bca878f6db 100644 (file)
@@ -1,4 +1,4 @@
-;;; double.el --- Support for keyboard remapping with double clicking
+;;; double.el --- support for keyboard remapping with double clicking
 
 ;; Copyright (C) 1994, 1997, 1998 Free Software Foundation, Inc.
 
@@ -75,7 +75,7 @@ Each entry is a list with three elements:
 
 (defcustom double-prefix-only t
   "*Non-nil means that Double mode mapping only works for prefix keys.
-That is, for any key `X' in `double-map',  `X' alone will be mapped
+That is, for any key `X' in `double-map', `X' alone will be mapped
 but not `C-u X' or `ESC X' since the X is not the prefix key."
   :group 'double
   :type 'boolean)
@@ -208,4 +208,3 @@ when pressed twice.  See variable `double-map' for details."
 (provide 'double)
 
 ;;; double.el ends here
-