summaryrefslogtreecommitdiff
path: root/doc/lispref/intro.texi
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Fix bug #13292 with use of @var in @def.. commands in ELisp manual.Eli Zaretskii2012-12-291-1/+1
| | | | | | | | doc/lispref/functions.texi (Declare Form): doc/lispref/intro.texi (A Sample Function Description): doc/lispref/syntax.texi (Syntax Table Internals, Syntax Table Functions): doc/lispref/variables.texi (Using Lexical Binding): Don't use @var or CAPS in @def.. commands.
* Fix minor whitespace issues after "." in manual.Paul Eggert2012-12-051-3/+3
| | | | | | | | | | | | Be more systematic about using "@." (not ".") at end of sentence that ends in a capital letter, and about appending "@:" after non-ends of sentences that end in a lower case letter followed by "." followed by whitespace. Omit unnecessary use of "@:" and "@.". Similarly for "?" and "!". Be more consistent about putting a comma after "i.e." and "e.g."; this is the typical American style and it's easier to code in Texinfo. Fixes: debbugs:12973
* Update manual for new time stamp format.Paul Eggert2012-10-241-2/+2
| | | | | | | | | | | | | | These instances were missed the first time around. Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>. * doc/lispintro/emacs-lisp-intro.texi (Files List): * doc/lispref/buffers.texi (Modification Time): * doc/lispref/files.texi (Testing Accessibility, File Attributes): * doc/lispref/intro.texi (Version Info): * doc/lispref/os.texi (Time of Day): * doc/misc/emacs-mime.texi (time-date): Update for new time stamp format (HIGH LOW MICROSEC PICOSEC). * doc/misc/emacs-mime.texi (time-date): Also, fix bogus time stamp and modernize a bit.
* Refer to cl-lib rather than cl in lisprefGlenn Morris2012-10-211-1/+1
| | | | | * intro.texi (Lisp History): * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
* Prefer typical American spelling for "acknowledgment".Paul Eggert2012-07-241-3/+3
|
* * intro.texi (A Sample Variable Description): The saga continues...Glenn Morris2012-07-061-1/+1
| | | | http://debbugs.gnu.org/11862#89
* Misc fixes for Lisp manual.Chong Yidong2012-07-061-26/+27
| | | | | | | | | | * doc/lispref/intro.texi (A Sample Function Description): Fix incorrect markup, undoing previous change. (A Sample Variable Description): Minor clarifications and markup improvements. * doc/lispref/elisp.texi (Top): * doc/lispref/text.texi (Text): Fix menu order.
* * doc/lispref/intro.texi (A Sample Variable Description): Use @dfn more.Richard M. Stallman2012-07-051-3/+3
|
* * doc/lispref/intro.texi: Improve/undo previous changes.Richard M. Stallman2012-07-051-6/+5
|
* * doc/lispref/intro.texi (A Sample Function Description): Fix cross-refs.Glenn Morris2012-07-041-3/+3
|
* * doc/lispref/intro.texi (Evaluation Notation, A Sample Function Description)Michael Witten2012-07-041-16/+20
| | | | | | (A Sample Variable Description, Version Info): Copy edits. Fixes: debbugs:11862
* Nuke hand-written node pointers in doc/lisprefGlenn Morris2012-05-261-2/+1
| | | | Let makeinfo figure them out, as is recommended.
* Merge from emacs-24; up to 2012-04-20T05:47:55Z!eliz@gnu.orgChong Yidong2012-05-051-6/+4
|\
* \ Merge from emacs-24; up to 2012-04-16T19:06:02Z!rgm@gnu.orgGlenn Morris2012-05-021-2/+6
|\ \ | |/
| * Only print the edition number of the manuals in the TeX versionGlenn Morris2012-05-011-3/+7
| | | | | | | | | | | | | | | | | | | | | | Frankly, I think the edition conveys little to no information. The version number of Emacs is much more relevant. No-one seems to know what the rules are for updating the edition anyway... * doc/emacs/emacs.texi (@copying): Only print EDITION in the TeX version. * doc/lispref/elisp.texi (@copying): * doc/lispref/intro.texi (Introduction): Only print VERSION in the TeX version.
* | Merge changes from emacs-24 branchChong Yidong2012-04-271-2/+2
|\ \ | |/
| * Use Texinfo recommended convention for quotes+punctuation.Glenn Morris2012-04-251-2/+2
| |
* | Remove unnecessary @setfilename commands from many doc/lispref/*.texiGlenn Morris2012-04-131-2/+1
|/
* In doc/lispref, use @file for buffers, per the Texinfo manual.Glenn Morris2012-04-101-1/+1
| | | | It renders the same as @samp, so there is no visible change in most cases.
* * doc/lispref/intro.texi (Acknowledgements): Small changes.Glenn Morris2012-02-251-7/+10
|
* Emacs Lisp manual updates.Chong Yidong2012-01-221-11/+12
| | | | | | | | | | | | | | | * doc/lispref/intro.texi (A Sample Function Description): Special notation used for macros too. * doc/lispref/objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits. (Symbol Type): Add xref for keyword symbols. (Sequence Type): Clarify differences between sequence types. (Cons Cell Type): Add "linked list" index entry. (Non-ASCII in Strings): Copyedits. (Equality Predicates): Symbols with same name need not be eq. * doc/lispref/numbers.texi (Float Basics): Document isnan, copysign, frexp and ldexp. Move float-e and float-pi to Math Functions node.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Fix typos.Juanma Barranquero2011-11-141-1/+1
|
* Allow building manuals with Texinfo before v4.12.Eli Zaretskii2011-03-091-2/+2
| | | | | | | | | | doc/lispref/intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding. doc/lispref/makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding. doc/lispref/elisp.texi: Use ISO-8859-1 in @documentencoding. doc/emacs/ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding. Use Texinfo @-commands for non Latin-1 characters. doc/emacs/emacs.texi: Use ISO-8859-1 in @documentencoding. doc/emacs/makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
* Convert some names in texinfo files to UTF-8.Glenn Morris2011-03-081-2/+2
| | | | | | | | | * doc/emacs/Makefile.in (MAKEINFO_OPTS): Add --enable-encoding. * doc/emacs/emacs.texi (Acknowledgments): * doc/emacs/ack.texi (Acknowledgments): Names to UTF-8. * doc/lispref/Makefile.in (MAKEINFO_OPTS): Add --enable-encoding. * doc/lispref/intro.texi (Acknowledgements): Names to UTF-8.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-4/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (Version Info): Update version numbers in examples.Chong Yidong2009-02-211-27/+31
| | | | (Acknowledgements): List more contributors.
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* (nil and t): Fix typo.Chong Yidong2008-11-251-2/+2
|
* * bitmaps/README:Dan Nicolaescu2008-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xfns.c: * termcap.c: * term.c: * syswait.h: * systty.h: * systime.h: * syssignal.h: * sysdep.c: * process.h: * process.c: * print.c: * ndir.h: * lread.c: * keyboard.c: * getpagesize.h: * floatfns.c: * fileio.c: * emacs.c: * doc.c: * dispnew.c: * dired.c: * data.c: * callproc.c: * buffer.c: * README: * Makefile.in: * s/template.h: * s/msdos.h: * m/vax.h: Remove VMS support. * s/vms.h: * vlimit.h: * uaf.h: * temacs.opt: * param.h: * ioctl.h: Remove file. * descrip.mms: * compile.com: Remove file. * Create.c: Remove VMS support. * message.el (Module): * gnus-start.el (Module): * gnus-registry.el (Module): * textmodes/texinfmt.el: * nxml/nxml-enc.el: * mail/feedmail.el: * international/mule.el: * international/latexenc.el: * emulation/viper-util.el: * emulation/viper-init.el: * emulation/viper-ex.el: * emacs-lisp/bytecomp.el: * version.el: * subr.el: * startup.el: * sort.el: * shadowfile.el: * recentf.el: * printing.el: * paths.el: * minibuffer.el: * ls-lisp.el: * loadup.el: * hippie-exp.el: * finder.el: * files.el: * ediff-util.el: * ediff-ptch.el: * ediff-init.el: * ediff-diff.el: * dired.el: * dired-aux.el: * cus-edit.el: * bindings.el: * arc-mode.el: * add-log.el: Remove VMS support. * obsolete/vmsproc.el: * obsolete/vms-pmail.el: * obsolete/vms-patch.el: Remove file. * etags.c: * emacsclient.c: Remove VMS support. * termcap.src: Remove file. * README: * PROBLEMS: * MACHINES: Remove VMS info. * ediff.texi: Remove VMS support. * os.texi: * intro.texi: * files.texi: Remove VMS support. * emacs.texi: Remove VMS support. * make-dist: * README: Remove VMS support. * vms: Remove directory.
* Report bugs using M-x report-emacs-bug.Glenn Morris2008-06-151-13/+1
|
* (Some Terms): Change "fonts in this manual" index entry toChong Yidong2008-04-071-1/+1
| | | | "typographic conventions".
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
* (setfilename): Go up one more level to ../../info.Glenn Morris2007-09-061-1/+1
|
* Move here from ../../lisprefGlenn Morris2007-09-061-0/+560