all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Wrong "Not documented" message, bug?
@ 2010-10-14  8:21 Andreas Röhler
  2010-10-14 13:08 ` Ralf Mattes
  2010-10-14 16:03 ` PJ Weisberg
  0 siblings, 2 replies; 5+ messages in thread
From: Andreas Röhler @ 2010-10-14  8:21 UTC (permalink / raw)
  To: help-gnu-emacs


Hi,

M-x describe-function `py-in-string/comment' points me to the code 
below, which is correct:


(defun py-in-string/comment ()
   (interactive)
   "Returns character address of start of comment or string; nil if not 
in one. "
   (lexical-let ((erg (nth 8 (syntax-ppss))))
     (unless erg (when (or (looking-at "\"\"\"")
                           (looking-at (concat "^[ \t]*" 
comment-start-skip)))
                   (setq erg (point))))
     (when (interactive-p) (message "%s" erg))
     erg))

However, it says:

,----
| py-in-string/comment is an interactive Lisp function in
| `python-components-intern.el'.
|
| (py-in-string/comment)
|
| Not documented.
`----

Something odd with doku here? A bug?

Thanks


Andreas

--
https://code.launchpad.net/~a-roehler/python-mode/python-mode-components
https://code.launchpad.net/s-x-emacs-werkstatt/


PS: If interested, see the complete files contents at

http://bazaar.launchpad.net/~a-roehler/python-mode/python-mode-components/annotate/head%3A/python-components-intern.el



^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <mailman.1.1287045328.32083.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2010-10-15 11:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14  8:21 Wrong "Not documented" message, bug? Andreas Röhler
2010-10-14 13:08 ` Ralf Mattes
2010-10-14 16:03 ` PJ Weisberg
2010-10-15 11:50   ` Andreas Röhler
     [not found] <mailman.1.1287045328.32083.help-gnu-emacs@gnu.org>
2010-10-14  8:59 ` Marc Mientki

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.