all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: Drew Adams <drew.adams@oracle.com>, Eli Zaretskii <eliz@gnu.org>
Cc: 22813@debbugs.gnu.org
Subject: bug#22813: 24.5; doc string of `apropos-variable' - mention C-u
Date: Fri, 26 Feb 2016 09:52:34 -0500	[thread overview]
Message-ID: <CAFyQvY2dA0pJ4B=k4OT7kBAjvSoP+zwFRNuEj8m+Od=qwqLayg@mail.gmail.com> (raw)
In-Reply-To: <a60493f9-f1fd-46f4-aef2-439f9f82bb46@default>

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

I get the point now. How about this:

diff --git a/lisp/apropos.el b/lisp/apropos.el
index 3c1a413..a2bfee9 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -505,7 +505,8 @@ apropos-user-option
 ;;;###autoload
 (defun apropos-variable (pattern &optional do-not-all)
   "Show variables that match PATTERN.
-When DO-NOT-ALL is non-nil, show user options only, i.e. behave
+With the optional argument DO-NOT-ALL non-nil (or when called
interactively with
+the prefix \\[universal-argument]), show user options only, i.e. behave
 like `apropos-user-option'."
   (interactive (list (apropos-read-pattern
       (if current-prefix-arg "user option" "variable"))

[-- Attachment #2: Type: text/html, Size: 1311 bytes --]

  reply	other threads:[~2016-02-26 14:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-26  5:17 bug#22813: 24.5; doc string of `apropos-variable' - mention C-u Drew Adams
2016-02-26 13:15 ` Kaushal Modi
2016-02-26 14:14   ` Eli Zaretskii
2016-02-26 14:33   ` Drew Adams
2016-02-26 14:40     ` Drew Adams
2016-02-26 14:52       ` Kaushal Modi [this message]
2016-02-26 15:41         ` Eli Zaretskii
2016-02-26 15:48           ` Kaushal Modi
2016-02-26 18:33             ` Eli Zaretskii

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='CAFyQvY2dA0pJ4B=k4OT7kBAjvSoP+zwFRNuEj8m+Od=qwqLayg@mail.gmail.com' \
    --to=kaushal.modi@gmail.com \
    --cc=22813@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    --cc=eliz@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.