emacs-devel
[Top][All Lists]
Advanced

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

Info-copy-current-node-name readability


From: Thien-Thi Nguyen
Subject: Info-copy-current-node-name readability
Date: Sat, 03 Nov 2007 22:36:37 +0100

any objections to this small change to add a space
between the filename and nodename?  

 before -- "(elisp)Documentation Tips"
  after -- "(elisp) Documentation Tips"

seems to me more readable this way.

thi


__________________________________________________________
*** info.el     28 Aug 2007 10:15:23 -0000      1.505
--- info.el     3 Nov 2007 21:29:46 -0000
***************
*** 3353,3359 ****
    (unless Info-current-node
      (error "No current Info node"))
    (let ((node (if (stringp Info-current-file)
!                 (concat "(" (file-name-nondirectory Info-current-file) ")"
                          Info-current-node))))
      (if (zerop (prefix-numeric-value arg))
          (setq node (concat "(info \"" node "\")")))
--- 3353,3359 ----
    (unless Info-current-node
      (error "No current Info node"))
    (let ((node (if (stringp Info-current-file)
!                 (concat "(" (file-name-nondirectory Info-current-file) ") "
                          Info-current-node))))
      (if (zerop (prefix-numeric-value arg))
          (setq node (concat "(info \"" node "\")")))




reply via email to

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