summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-01-14 03:18:11 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-01-14 03:18:11 +0000
commit7cb0c23ba48854131f9f260d11827600ebd0e3f6 (patch)
tree01bbe2df547aad1ed06ba265cc477b5763f1d637
parent94c0d7ed1a5b2bb7e2cf5abbd124d3abe67bbe15 (diff)
downloademacs-7cb0c23ba48854131f9f260d11827600ebd0e3f6.tar.gz
(keypad-setup): Fix typos in docstring.
-rw-r--r--lisp/emulation/keypad.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emulation/keypad.el b/lisp/emulation/keypad.el
index 5009ae86d65..28054c2dcb3 100644
--- a/lisp/emulation/keypad.el
+++ b/lisp/emulation/keypad.el
@@ -1,7 +1,7 @@
;;; keypad.el --- simplified keypad bindings
-;; Copyright (C) 2002, 2003, 2004, 2005,
-;; 2006 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006,
+;; 2007 Free Software Foundation, Inc.
;; Author: Kim F. Storm <storm@cua.dk>
;; Keywords: keyboard convenience
@@ -194,9 +194,9 @@ decimal key must be specified."
;;;###autoload
(defun keypad-setup (setup &optional numlock shift decimal)
- "Set keypad bindings in function-key-map according to SETUP.
+ "Set keypad bindings in `function-key-map' according to SETUP.
If optional second argument NUMLOCK is non-nil, the NumLock On bindings
-are changed. Otherwise, the NumLock Off bindings are changed.
+are changed. Otherwise, the NumLock Off bindings are changed.
If optional third argument SHIFT is non-nil, the shifted keypad
keys are bound.