unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: 1351@emacsbugs.donarmstrong.com
Subject: bug#1351: 23.0.60; Provide doc strings for functions in replace.el
Date: Sat, 15 Nov 2008 17:58:27 -0500	[thread overview]
Message-ID: <18719.21523.444893.763878@fencepost.gnu.org> (raw)
In-Reply-To: <005a01c94757$29f2e1c0$0200a8c0@us.oracle.com>


Drew Adams wrote (on Sat, 15 Nov 2008 at 11:20 -0800):

> Please provide a doc string for these functions. At the very least,
> provide a comment for each explaining what it does and what its
> arguments are.

In other words, a doc string.

> query-replace-descr

Yes, many functions in Emacs unfortunately lack doc strings. It is not
very difficult to find them. Let me save you the trouble of opening
bugs for them all:

(let (undocumented)
  (mapatoms (lambda (s)
              (and (fboundp s)
                   (not (documentation s))
                   (push s undocumented))))
  undocumented))

Would you like to write some?






  reply	other threads:[~2008-11-15 22:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <18721.11954.779606.826706@fencepost.gnu.org>
2008-11-15 19:20 ` bug#1351: 23.0.60; Provide doc strings for functions in replace.el Drew Adams
2008-11-15 22:58   ` Glenn Morris [this message]
2008-11-15 23:27     ` Juanma Barranquero
2008-11-15 23:43       ` Glenn Morris
2008-11-15 23:50         ` Processed: " Emacs bug Tracking System
2008-11-16  0:06     ` Drew Adams
2008-11-16  4:19       ` Eli Zaretskii
2008-11-16  8:05         ` Drew Adams
2008-11-16 21:58           ` Eli Zaretskii
2008-11-16 23:13             ` Stefan Monnier
2008-11-17  8:50   ` bug#1353: marked as done (c-put-char-property-fun alias problem) Emacs bug Tracking System
2014-02-10  3:38   ` bug#1351: 23.0.60; Provide doc strings for functions in replace.el 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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=18719.21523.444893.763878@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=1351@emacsbugs.donarmstrong.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 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).