[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/calc/calc-help.el,v
From: |
Jay Belanger |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/calc/calc-help.el,v |
Date: |
Sun, 13 Jul 2008 05:37:10 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Jay Belanger <jpb> 08/07/13 05:37:09
Index: calc-help.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-help.el,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- calc-help.el 13 Jul 2008 04:37:44 -0000 1.37
+++ calc-help.el 13 Jul 2008 05:37:09 -0000 1.38
@@ -175,6 +175,8 @@
(setq desc (concat "M-" (substring desc 4))))
(while (string-match "^M-# \\(ESC \\|C-\\)" desc)
(setq desc (concat "M-# " (substring desc (match-end 0)))))
+ (if (string-match "\\(DEL\\|\\LFD\\|RET\\|SPC\\|TAB\\)" desc)
+ (setq desc (replace-match "<\\&>" nil nil desc)))
(if briefly
(let ((msg (save-excursion
(set-buffer (get-buffer-create "*Calc Summary*"))