unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Info-copy-current-node-name readability
@ 2007-11-03 21:36 Thien-Thi Nguyen
  2007-11-04  1:47 ` Luc Teirlinck
  2007-11-04  1:54 ` Luc Teirlinck
  0 siblings, 2 replies; 7+ messages in thread
From: Thien-Thi Nguyen @ 2007-11-03 21:36 UTC (permalink / raw)
  To: emacs-devel

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 "\")")))

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-11-06  0:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-03 21:36 Info-copy-current-node-name readability Thien-Thi Nguyen
2007-11-04  1:47 ` Luc Teirlinck
2007-11-04  1:56   ` Lennart Borgman (gmail)
2007-11-04  3:58   ` Eli Zaretskii
2007-11-06  0:46     ` Juri Linkov
2007-11-06  0:58       ` Miles Bader
2007-11-04  1:54 ` Luc Teirlinck

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).