summaryrefslogtreecommitdiff
path: root/doc/lispintro
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-0115-15/+15
|
* Add doclicense.texi dependency for doc/lispintro MakefileGlenn Morris2012-12-222-4/+13
| | | | | | | * doc/lispintro/Makefile.in (srcs): New variable, adding doclicense.texi. (${buildinfodir}/eintr$(INFO_EXT), emacs-lisp-intro.dvi) (emacs-lisp-intro.pdf, emacs-lisp-intro.html): Use $srcs for dependencies.
* Hyphen and dash fixes in texinfo files.Paul Eggert2012-12-221-11/+12
|
* Fix minor whitespace issues after "." in manual.Paul Eggert2012-12-051-7/+7
| | | | | | | | | | | | 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-242-7/+12
| | | | | | | | | | | | | | 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.
* Cleanup uses of "-hooks".Stefan Monnier2012-10-231-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Hooks): * doc/lispref/hooks.texi (Standard Hooks): Clarify that -hooks is deprecated. * lisp/gnus/nndiary.el (nndiary-request-create-group-functions) (nndiary-request-update-info-functions) (nndiary-request-accept-article-functions): * lisp/gnus/gnus-start.el (gnus-subscribe-newsgroup-functions): * lisp/cedet/semantic/db-file.el (semanticdb-save-database-functions): * lisp/cedet/semantic/lex.el (semantic-lex-reset-functions): * lisp/cedet/semantic/edit.el (semantic-change-functions) (semantic-edits-new-change-functions) (semantic-edits-delete-change-functions) (semantic-edits-reparse-change-functions): * lisp/htmlfontify.el (hfy-post-html-hook): * lisp/filesets.el (filesets-cache-fill-content-hook): * lisp/arc-mode.el (archive-extract-hook): * lisp/progmodes/cc-mode.el (c-prepare-bug-report-hook): * lisp/net/rcirc.el (rcirc-sentinel-functions) (rcirc-receive-message-functions, rcirc-activity-functions) (rcirc-print-functions): * lisp/net/dbus.el (dbus-event-error-functions): * lisp/emacs-lisp/eieio.el (eieio-pre-method-execution-functions): * lisp/emacs-lisp/checkdoc.el (checkdoc-style-functions) (checkdoc-comment-style-functions): Don't use "-hooks" suffix. * lisp/term/sun.el (sun-raw-prefix-hooks): * lisp/mail/sendmail.el (mail-yank-hooks): * lisp/mh-e/mh-letter.el (mh-yank-hooks): Use make-obsolete-variable.
* Merge from emacs-24; up to 2012-05-08T15:19:18Z!monnier@iro.umontreal.caGlenn Morris2012-10-162-2/+7
|\
| * Small emacs-lisp-intro.texi correction (tiny change)Gregor Zattler2012-10-122-2/+7
| | | | | | | | | | | | | | * doc/lispintro/emacs-lisp-intro.texi (Narrowing advantages): Minor update for changed what-line implementation. Fixes: debbugs:12629
| * Update release logsemacs-24.2Chong Yidong2012-08-241-1/+1
| |
| * Bump version to 24.2Chong Yidong2012-08-161-0/+4
| |
* | Fix typos in ChangeLogs.Juanma Barranquero2012-07-141-1/+1
| |
* | Merge from emacs-24; up to 2012-04-26T03:04:36Z!cyd@gnu.orgGlenn Morris2012-06-212-6/+11
|\ \ | |/
| * Rename infodir to buildinfodir in doc/*/Makefile.in (bug#11737)Glenn Morris2012-06-182-6/+11
| | | | | | | | | | This also makes it clearer that it has no relation to the "infodir" used by install.
| * Bump version to 24.1.Chong Yidong2012-06-011-0/+4
| | | | | | | | | | Add release logs. Regenerate AUTHORS and ldefs-boot.el.
* | * doc/lispintro/emacs-lisp-intro.texi: Nuke hand-written node pointers.Glenn Morris2012-05-282-437/+299
| | | | | | | | (dolist, dotimes): Fix sectioning.
* | Let configure test for a suitable mkdir -pGlenn Morris2012-05-112-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P. (MKDEPDIR): Use $MKDIR_P. * Makefile.in (MKDIR_P): New, set by configure. (mkdir): Use $MKDIR_P. * doc/emacs/Makefile.in (MKDIR_P): New, set by configure. (mkinfodir): Use $MKDIR_P. * doc/lispintro/Makefile.in (MKDIR_P): New, set by configure. (mkinfodir): Use $MKDIR_P. * doc/lispref/Makefile.in (MKDIR_P): New, set by configure. (mkinfodir): Use $MKDIR_P. * doc/misc/Makefile.in (MKDIR_P): New, set by configure. (mkinfodir): Use $MKDIR_P. * src/Makefile.in (MKDIR_P): New, set by configure. * src/ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
* | ChangeLog merge fixGlenn Morris2012-05-081-9/+0
| |
* | Merge from emacs-24; up to 2012-04-21T14:12:27Z!sdl.web@gmail.comGlenn Morris2012-05-082-2/+11
|\ \ | |/
| * Small lispintro editsGlenn Morris2012-05-032-24/+35
| | | | | | | | | | | | | | * emacs-lisp-intro.texi (Making Errors): Don't mention Emacs 20. (Void Function, Wrong Type of Argument, Recursion with list) (Simple Extension): Assume a non-ancient Emacs. (Void Variable, Switching Buffers): Improve page breaks.
| * * doc/lispintro/emacs-lisp-intro.texi: Update GNU Press contact details.Glenn Morris2012-05-022-11/+15
| |
* | Merge from emacs-24; up to 2012-04-20T05:47:55Z!eliz@gnu.orgChong Yidong2012-05-052-35/+48
|\ \ | |/
* | Give info files the .info extensionGlenn Morris2012-05-033-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref http://lists.gnu.org/archive/html/emacs-devel/2012-04/msg00354.html * configure.in (INFO_EXT, INFO_OPTS): New output variables. * doc/emacs/Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure. (info, infoclean): Use $INFO_EXT. ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT. * doc/emacs/makefile.w32-in (INFO_EXT, INFO_OPTS): New. (INFO_TARGETS): Use $INFO_EXT. ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o. * doc/lispintro/Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure. (info, infoclean): Use $INFO_EXT. (${infodir}/eintr$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT. * doc/lispintro/makefile.w32-in (INFO_EXT, INFO_OPTS): New. (INFO_TARGETS, clean): Use $INFO_EXT. ($(infodir)/eintr$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT. * doc/lispref/Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure. (info, infoclean): Use $INFO_EXT. ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT. * doc/lispref/makefile.w32-in (INFO_EXT, INFO_OPTS): New. (info, maintainer-clean): Use $INFO_EXT. ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT. * doc/misc/Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure. (INFO_TARGETS): Use $INFO_EXT. Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o. * doc/misc/makefile.w32-in (INFO_EXT, INFO_OPTS): New. (INFO_TARGETS): Use $INFO_EXT. Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
* | Merge from emacs-24; up to 2012-04-16T19:06:02Z!rgm@gnu.orgGlenn Morris2012-05-022-2/+14
|\ \ | |/
| * * emacs-lisp-intro.texi (Syntax): Reword to avoid underfull hbox.Glenn Morris2012-04-282-2/+14
| |
* | Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-132-6/+11
|\ \ | |/
| * Replace non-portable use of $< in ordinary make rulesGlenn Morris2012-04-072-6/+11
|/ | | | | | | Ref: http://lists.gnu.org/archive/html/help-gnu-emacs/2012-04/msg00074.html * emacs/Makefile.in, lispintro/Makefile.in, lispref/Makefile.in: * misc/Makefile.in: Replace non-portable use of $< in ordinary rules.
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-282-13/+17
| | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html
* Fix cross-references between different manualsGlenn Morris2012-02-162-7/+10
| | | | | | | | | | | | * emacs/maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual. * lispintro/emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax) (count-words-in-defun): Fix cross-refs to Emacs manual. * lispref/hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual. * misc/gnus.texi (Posting Styles): * misc/remember.texi (Org): Fix cross-refs to other manuals.
* Fix typos in ChangeLogs.Juanma Barranquero2012-01-311-1/+1
|
* Fix undefined @value referenceAndreas Schwab2012-01-282-2/+8
| | | | | * emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside of @menu. (Bug#10628)
* doc/lispref/emacs-lisp-intro.texi (count-words-in-defun): Fix bug#10544.Juanma Barranquero2012-01-192-1/+6
|
* * doc/lispintro/emacs-lisp-intro.texi (re-search-forward): Fix typo.Glenn Morris2012-01-172-1/+5
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-0515-15/+15
|
* Spelling fixes.Paul Eggert2011-11-241-1/+1
|
* doc/lispintro/makefile.w32-in, doc/misc/makefile.w32-in: Update dependencies.Juanma Barranquero2011-11-242-1/+5
|
* Spelling fixes.Paul Eggert2011-11-221-1/+1
|
* Spelling fixes.Paul Eggert2011-11-191-1/+1
|
* Fix typos.Juanma Barranquero2011-11-162-2/+6
|
* Spelling fixes.Paul Eggert2011-11-141-1/+1
|
* Spelling fixes.Paul Eggert2011-11-131-24/+23
|
* Update and split ChangeLogs.Juanma Barranquero2011-04-061-0/+4
|
* Merge from emacs-23; up to 2010-06-01T01:49:15Z!monnier@iro.umontreal.caGlenn Morris2011-02-192-1/+5
|\
| * Followup for fixing bug #7942.Eli Zaretskii2011-02-182-1/+5
| | | | | | | | | | | | doc/lispref/elisp.texi: Sync @dircategory with ../../info/dir. doc/lispintro/emacs-lisp-intro.texi: Sync @dircategory with ../../info/dir. doc/misc/ede.texi: Sync letter-case with ../../info/dir.
* | Refill some long/short copyright headers.Glenn Morris2011-01-264-8/+4
| |
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-2415-28/+15
| |
* | Improve configuration of makeinfo.Werner LEMBERG2011-01-232-5/+15
| | | | | | | | | | | | * Makefile.in (MAKEINFO): Now controlled by `configure'. (MAKEINFO_OPTS): New variable. Use it where appropriate. (ENVADD): New variable to control texi2dvi and texi2pdf.
* | Refill some copyright headers.Glenn Morris2011-01-152-3/+4
| |
* | Nuke arch-tags.Glenn Morris2011-01-151-4/+0
| |
* | Merge from emacs-23Stefan Monnier2011-01-1415-17/+16
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-0215-15/+15
| |