phillip.lord@russet.org.uk (Phillip Lord) writes: > Drew Adams writes: > >> 1. Please consider documenting this in the Elisp manual, e.g., where we >> document `print'. >> >> 2. The doc string should enclose "print" in `...': >> >> Write CHARACTER to stderr. >> You can call `print' while debugging emacs, and pass it this function >> to make it write to the debugging output. > > > And also where we document "streams". Personally, I like the idea of > adding "stderr" as an alias... Yeah, I think it's already occured to me twice at least where I couldn't remember the name of this function, and I ended up searching through src/print.c. I don't think it fits under "Output Functions" though, as it says: This section describes the Lisp functions for printing Lisp objects--converting objects into their printed representation. It's rather an example of an output stream, so it should go in the previous section: