bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#2748: [PATCH] Emacs CVS: desktop.el: Add Info-goto-node reference in


From: Jari Aalto
Subject: bug#2748: [PATCH] Emacs CVS: desktop.el: Add Info-goto-node reference in comments
Date: Sun, 22 Mar 2009 21:08:06 +0200

The comments at the beginning of file refer to Emacs manual section. If
this reference is lisp expression, it is possible C-x C-e to visit the
section immediately.

2009-03-22  Jari Aalto  <jari.aalto@cante.net>

        * desktop.el: (top level): Add `Info-goto-node' reference
        in comments.

>From e4c54961891314a72200f387d25b1ec65fbba4d2 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Sun, 22 Mar 2009 21:03:30 +0200
Subject: [PATCH] lisp/desktop.el:  Add Info-goto-node reference in comments

---
 lisp/desktop.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/desktop.el b/lisp/desktop.el
index b74f62b..0fbf715 100644
--- a/lisp/desktop.el
+++ b/lisp/desktop.el
@@ -40,7 +40,7 @@
 ;;     (desktop-save-mode 1)
 ;;
 ;; For further usage information, look at the section
-;; "Saving Emacs Sessions" in the GNU Emacs Manual.
+;; (Info-goto-node "(emacs)Saving Emacs Sessions") in the GNU Emacs Manual.
 
 ;; When the desktop module is loaded, the function `desktop-kill' is
 ;; added to the `kill-emacs-hook'.  This function is responsible for
-- 
1.6.1.3


reply via email to

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