all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Basil L. Contovounesios" <contovob@tcd.ie>
To: Drew Adams <drew.adams@oracle.com>
Cc: 35228@debbugs.gnu.org
Subject: bug#35228: 26.1; Please consider adding a doc string for `extended-command-history'
Date: Thu, 11 Apr 2019 15:47:57 +0100	[thread overview]
Message-ID: <87y34g4mzm.fsf@tcd.ie> (raw)
In-Reply-To: <2085c19d-d6de-40e2-aaad-1ff941b95397@default> (Drew Adams's message of "Thu, 11 Apr 2019 07:22:56 -0700 (PDT)")

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

How's the following?


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

diff --git a/lisp/simple.el b/lisp/simple.el
index 223e0116ae..5977f6c035 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1713,7 +1713,11 @@ repeat-complex-command
 	(error "There are no previous complex commands to repeat")))))
 
 
-(defvar extended-command-history nil)
+(defvar extended-command-history nil
+  "History list for extended command name arguments.
+It is used by `execute-extended-command', and its maximum length
+is determined by the value of `history-length', which see.")
+
 (defvar execute-extended-command--last-typed nil)
 
 (defun read-extended-command ()

[-- Attachment #3: Type: text/plain, Size: 20 bytes --]


Thanks,

-- 
Basil

  reply	other threads:[~2019-04-11 14:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-11 14:22 bug#35228: 26.1; Please consider adding a doc string for `extended-command-history' Drew Adams
2019-04-11 14:47 ` Basil L. Contovounesios [this message]
2019-04-11 15:43   ` Drew Adams
2020-08-22 14:45   ` Lars Ingebrigtsen

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=87y34g4mzm.fsf@tcd.ie \
    --to=contovob@tcd.ie \
    --cc=35228@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    /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.