Mercurial > emacs
changeset 75223:cc42c775a741
(keypad-setup): Fix typos in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 14 Jan 2007 03:18:11 +0000 |
parents | 3ee6ec714732 |
children | 3886a659959b |
files | lisp/emulation/keypad.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/keypad.el Sun Jan 14 03:15:41 2007 +0000 +++ b/lisp/emulation/keypad.el Sun Jan 14 03:18:11 2007 +0000 @@ -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 @@ ;;;###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.