all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Antoine Levitt <antoine.levitt@gmail.com>
To: emacs-devel@gnu.org
Subject: Docstring of rename-buffer
Date: Wed, 24 Aug 2011 14:42:28 +0200	[thread overview]
Message-ID: <871uwbq8uj.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

rename-buffer currently prompts "Rename buffer (to new name)", which
feels a bit clumsy (the parenthesis is here to dispel an ambiguity that
could be avoided in the first place). How about this?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: docstring-rename-buffer.diff --]
[-- Type: text/x-diff, Size: 867 bytes --]

=== modified file 'src/ChangeLog'
--- src/ChangeLog	2011-08-24 11:49:54 +0000
+++ src/ChangeLog	2011-08-24 12:41:30 +0000
@@ -1,3 +1,7 @@
+2011-08-24  Antoine Levitt  <antoine.levitt@gmail.com>
+
+	* buffer.c (Frename_buffer): Clarify prompt.
+
 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
 
 	* xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte

=== modified file 'src/buffer.c'
--- src/buffer.c	2011-07-28 17:46:21 +0000
+++ src/buffer.c	2011-08-24 12:30:18 +0000
@@ -1233,7 +1233,7 @@
 }
 \f
 DEFUN ("rename-buffer", Frename_buffer, Srename_buffer, 1, 2,
-       "(list (read-string \"Rename buffer (to new name): \" \
+       "(list (read-string (format \"Rename %s to: \" (current-buffer)) \
 	      nil 'buffer-name-history (buffer-name (current-buffer))) \
 	      current-prefix-arg)",
        doc: /* Change current buffer's name to NEWNAME (a string).


             reply	other threads:[~2011-08-24 12:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-24 12:42 Antoine Levitt [this message]
2011-08-24 15:05 ` Docstring of rename-buffer Stefan Monnier
2011-08-24 15:37   ` Antoine Levitt
2011-08-26 19:59   ` Chong Yidong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871uwbq8uj.fsf@gmail.com \
    --to=antoine.levitt@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.