summaryrefslogtreecommitdiff
path: root/lispintro
Commit message (Collapse)AuthorAgeFilesLines
* Version 22.1 released.Chong Yidong2007-06-021-0/+4
|
* Switch to standard GPL text for license.Glenn Morris2007-02-112-4/+36
|
* Add copyright and permissions notices.Glenn Morris2007-02-011-0/+6
|
* (else): Rephrase message of first if-then-else example so it is rightRobert J. Chassell2007-01-302-3/+10
| | | | | both in itself and in the "true" case of the expression, which asks whether 4 is greater than 5.
* Add FSF Copyright and GNU GPL notice. Copyright years copied fromGlenn Morris2007-01-279-0/+180
| | | | emacs-lisp-intro.texi, modulo the stated creation date of each file.
* Add 2007 to copyright years.Glenn Morris2007-01-214-4/+4
|
* Minor comment fix.Chong Yidong2007-01-181-1/+1
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-164-5/+8
| | | | 2001).
* *** empty log message ***Andreas Schwab2006-11-271-0/+9
|
* (usermanualdir): Define.Andreas Schwab2006-11-271-2/+2
| | | | | (emacs-lisp-intro.dvi): Pass -I options to texi2dvi instead of using TEXINPUTS.
* Input texinfo instead of ../man/texinfoAndreas Schwab2006-11-271-3/+1
| | | | to fix building outside source directory.
* Add "add-log-time-zone-rule: t" to Local Variables section.Juanma Barranquero2006-11-101-0/+1
|
* Copy descriptions from detailed master menu to menus within body.Robert J. Chassell2006-11-092-188/+201
|
* (beginning of emacs-lisp-intro.texi): Add `other shell commands' toRobert J. Chassell2006-11-092-113/+202
| | | | | | | | | | produce additional output formats; total is now ten. (A Loop with an Incrementing Counter, and others): Ensure Info menus will appear in short windows. (Disentangle beginning-of-buffer): Replace `version 21' with `more recent versions'. (Simple Extension): Show how to handle multiple versions by adding an alternative with a test of `>= 21'
* Finish minor changes seen from DVI output.Robert J. Chassell2006-11-062-82/+98
| | | | | | | | | | | | Replace 22.1.100 with 22.1.1. (current-kill): Mention functions that directly or indirectly call `kill-new', which sets `kill-ring-yank-pointer'. (Understanding current-kill): Change `lasted' to `last'. Remove extraneous parenthesis. Reword item about returning `car' of list. (yank): Remove mention of `rotate-yank-pointer'. (Y Axis Element): Add comment regarding replacement of blank space. (print-Y-axis Penultimate): Explain that `print-graph' will pass `height-of-top-line' so `print-Y-axis' does not have a bug.
* Yet more minor changes:Robert J. Chassell2006-11-052-55/+70
| | | | | | | | | | | | | | | | | | | (defcustom): Said that `:options' is usually for a hook. Remove extraneous space in parenthetical remark concerning `text-mode-hook-identify'. At end, mention other defines, too. (Beginning a .emacs File): Reverse words about comments so they parallel numbers of listed semi-colons. (Text and Auto-fill): Remove extraneous blank line in example. (Mail Aliases): Remove extraneous blank line in example. (Keybindings): Reformat as needed with `key' rather than `kbd'. (Keybindings, Miscellaneous, Mode Line): For small book format, start section name on top of new page. (Simple Extension): Replace longer expression with `emacs-major-version'. Remove comment about `number-to-string' function. (Miscellaneous): Add filename option, `-H', to `grep' example (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent GNU Emacs'. (edebug): More properly state where to place point for 'M-x edebug-defun'.
* Remember to reset date and edition number.Robert J. Chassell2006-11-051-2/+2
|
* More minor changes.Robert J. Chassell2006-11-052-72/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Center images for TeX output. (kill-new function): Remove indentation for sentence talking about momentarily skipping code. (cons & search-fwd Review): Document @code{funcall}. Document @code{re-search-forward} with existing @code{search-forward}. Reference chapter on regular expression searches. (Recursion with list): Specify a more recent version as being Emacs. (Recursion with list, Every, recursive-graph-body-print): Change `if ... progn' expression to `when'. (Recursive triangle function): For printing in small book, ensure section name is not last on bottom of preceding page. (Keep): Remove extraneous space in function definition example. (sentence-end): Specify `in English' for glyphs that end a sentence. Note that in GNU Emacs 22, the name refers to both a variable and a function. (fwd-sentence while loops): Write a function as one, not as a form (fwd-para let): Add `which' to sentence with `parstart' and `parsep'. (etags): Move sentences involving `find-tag' and sources. State location of Emacs `src' directory. (Design count-words-region): Better explain two backslashes in a row. (Find a File): Fix grammar; add a `to' and write `to visit'. Change `named' to `selected'. (lengths-list-file): Remove extraneous parenthesis from reference. (lengths-list-many-files): Explain `expand-file-name' better. (Files List): Rephrase sentence regarding Lisp sources directory
* Minor fixes.Robert J. Chassell2006-11-042-314/+343
| | | | | | | | | | | | | | | | | | | | Replace all tabs with eight spaces each so printed text looks correct. Remove extraneous comma in a printed node name produced by `ref'. (insert-buffer): Add a missing beginning parenthesis. (beginning-of-buffer): Add `beginning of' to note about accessible portion. (narrow Exercise): Write closing parenthesis at end of correct paragraph. (zap-to-char): Remove extraneous `a' from first sentence. (Complete zap-to-char): Remove two extraneous sentences. (zap-to-char body): Move sentences on documentation two nodes earlier. (Lisp macro): Add definition of `unless' macro. (last-command & this-command): Remove comment that `we have not yet seen' the @code{eq} function. (kill-append function): Reformat `kill-append' function definition so it prints well. (kill-new function): Indent the sentence beginning `notice'. Replace `the same as' with `similar to'. Repair typo. Remove obsolete references to `yank' and `yank-pop. End section with a note that `we will digress into C.'
* Replace 22.0.100 with 22.1.100.Robert J. Chassell2006-11-042-32/+43
| | | | | | (defcustom): Note that the value set by defconst is a variable. (Buffer Size & Locations): Parenthetical remark about evaluation. (Finding More): Change text to include C sources by inference.
* * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert additionRobert J. Chassell2006-11-021-0/+5
| | | | of extraneous quotation mark to rotate-yank-pointer.
* * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert additionRobert J. Chassell2006-11-021-3/+3
| | | | | of extraneous quotation mark to rotate-yank-pointer. Reset edition-number to 3.02 and update-date to 2006 November 2.
* Fix unbalanced quotes.Juri Linkov2006-11-011-1/+1
|
* Fix unbalanced quotes.Juri Linkov2006-11-011-1/+1
|
* *** empty log message ***Juri Linkov2006-11-011-0/+4
|
* Fix unbalanced quotes.Juri Linkov2006-11-011-2/+2
|
* * emacs-lisp-intro.texi: Remove version reference for X colors.Robert J. Chassell2006-10-312-22/+20
| | | | | Document `='. Remove mention that :eval was new in 21. Updated instance's edition-number to 3.01.
* * emacs-lisp-intro.texi: Revised text for kill-region,Robert J. Chassell2006-10-311-0/+10
| | | | | | | | | copy-region-as-kill, kill-append, kill-new, forward-sentence, forward-paragraph, find-file, current-kill, yank, and yank-pop. Removed INSTALL MANIFEST from the directory since those files are now irrelevant. Updated Info file in ../info. Changed numbering so is now Revised Third Edition and this instance's edition-number is 3.00. Did not update ISBN number.
* Removed INSTALL MANIFEST since those files are now irrelevant.Robert J. Chassell2006-10-314-372/+64
|
* * emacs-lisp-intro.texi: Many changes since it turned out thatRobert J. Chassell2006-10-302-2335/+3341
| | | | | | | | many `simple' functions were rewritten. Changes to the text regarding zap-to-char, mark-whole-buffer, append-to-buffer, copy-to-buffer, beginning-of-buffer, what-line, and possibly others. (I have not reviewed all yet.) This instance does build for Info and TeX.
* * makefile.w32-in: Revert last change.Chong Yidong2006-10-302-4/+2
|
* * makefile.w32-in: Use relative paths to avoid advertising filesystemChong Yidong2006-10-292-2/+4
| | | | contents during compilation.
* * Makefile.in: Use relative paths to avoid advertising filesystemChong Yidong2006-10-292-2/+7
| | | | contents during compilation.
* texinfo.tex: deleted file and pointed emacs-lisp-intro.texi towards ↵Robert J. Chassell2006-08-211-7226/+0
| | | | ../man/texinfo.tex
* * emacs-lisp-intro.texi: deleted in directory copy of texinfo.texRobert J. Chassell2006-08-212-2/+7
| | | | | and pointed towards ../man/texinfo.tex so only one file needs updating. Added comment of what to do when building on own.
* Changes from arch/CVS synchronizationMiles Bader2006-08-211-1/+1
|
* lispintro/texinfo.tex: changed to version 2006-02-13.16Robert J. Chassell2006-08-211-0/+5
| | | | to enable a DVI build using the more recent versions of TeX.
* * lispintro/texinfo.tex: changed to version 2006-02-13.16Robert J. Chassell2006-08-211-2855/+3304
| | | | to enable a DVI build using the more recent versions of TeX.
* (setcar): replace an antelope rather thanDavid Kastrup2006-05-252-1/+6
| | | | a giraffe with a hippopotamus.
* (Digression concerning error): Fix typo.Thien-Thi Nguyen2006-05-192-1/+5
|
* Fix spelling errors.Eli Zaretskii2006-05-121-9/+9
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-055-6/+6
|
* Add makefile (for MS-Windows).Eli Zaretskii2005-09-241-0/+1
|
* Specify GFDL version 1.2.Romain Francoise2005-09-162-1/+6
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-165-5/+7
|
* *** empty log message ***Eli Zaretskii2005-07-301-0/+5
|
* (info): Don't run install-info.Eli Zaretskii2005-07-301-0/+2
| | | | ($(infodir)/dir): New target, produced by running install-info.
* *** empty log message ***Lute Kamstra2005-07-051-0/+6
|
* Update FSF's address.Lute Kamstra2005-07-051-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-1/+1
|