]> code.delx.au - gnu-emacs/blobdiff - lisp/repeat.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / repeat.el
index e73531695d419ca884d7416c9c60b806779db0f2..d116ec6bdaa3cafef7667b352f0ce1ab88d558d6 100644 (file)
@@ -1,6 +1,6 @@
 ;;; repeat.el --- convenient way to repeat the previous command  -*- lexical-binding: t -*-
 
-;; Copyright (C) 1998, 2001-2014 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 2001-2016 Free Software Foundation, Inc.
 
 ;; Author: Will Mengarini <seldon@eskimo.com>
 ;; Created: Mo 02 Mar 98
 Message is something like \"Repeating command glorp\".
 A value of `ignore' will disable such messages.  To customize
 display, assign a function that takes one string as an arg and
-displays it however you want.")
+displays it however you want.
+If this variable is nil, the normal `message' function will be
+used to display the messages.")
 
 (defcustom repeat-on-final-keystroke t
   "Allow `repeat' to re-execute for repeating lastchar of a key sequence.