emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/map-ynp.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/map-ynp.el
Date: Sun, 10 Apr 2005 19:25:16 -0400

Index: emacs/lisp/emacs-lisp/map-ynp.el
diff -c emacs/lisp/emacs-lisp/map-ynp.el:1.2 
emacs/lisp/emacs-lisp/map-ynp.el:1.3
*** emacs/lisp/emacs-lisp/map-ynp.el:1.2        Mon Sep  1 15:45:22 2003
--- emacs/lisp/emacs-lisp/map-ynp.el    Sun Apr 10 23:25:16 2005
***************
*** 200,209 ****
                               (concat
                                (format "Type SPC or `y' to %s the current %s;
  DEL or `n' to skip the current %s;
! RET or `q' to exit (skip all remaining %s);
! C-g to quit (cancel the operation);
  ! to %s all remaining %s;\n"
!                                       action object object objects action
                                        objects)
                                (mapconcat (function
                                            (lambda (elt)
--- 200,209 ----
                               (concat
                                (format "Type SPC or `y' to %s the current %s;
  DEL or `n' to skip the current %s;
! RET or `q' to give up on the %s (skip all remaining %s);
! C-g to quit (cancel the whole command);
  ! to %s all remaining %s;\n"
!                                       action object object action objects 
action
                                        objects)
                                (mapconcat (function
                                            (lambda (elt)




reply via email to

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