emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emulation/keypad.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/keypad.el,v
Date: Sun, 14 Jan 2007 03:18:12 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/01/14 03:18:11

Index: keypad.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emulation/keypad.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- keypad.el   6 Feb 2006 11:37:05 -0000       1.11
+++ keypad.el   14 Jan 2007 03:18:11 -0000      1.12
@@ -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 <address@hidden>
 ;; Keywords: keyboard convenience
@@ -194,7 +194,7 @@
 
 ;;;###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.
 If optional third argument SHIFT is non-nil, the shifted keypad




reply via email to

[Prev in Thread] Current Thread [Next in Thread]