aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/loading.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nuke hand-written node pointers in doc/lisprefGlenn Morris2012-05-261-1/+1
| | | | Let makeinfo figure them out, as is recommended.
* * loading.texi (Loading Non-ASCII): Multibyte sessions no longer exist.Glenn Morris2012-05-091-3/+2
|
* Update doc for obsolescence of "unibyte: t"Glenn Morris2012-05-091-1/+1
| | | | | | | * doc/emacs/mule.texi (Disabling Multibyte): * doc/lispref/loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t" with "coding: raw-text". * etc/NEWS: Related markup.
* Merge from emacs-24; up to 2012-04-21T14:12:27Z!sdl.web@gmail.comGlenn Morris2012-05-081-26/+26
|\
| * More small edits for doc/lisprefGlenn Morris2012-05-041-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * control.texi: Where possible, use example rather than smallexample. (Sequencing, Conditionals, Signaling Errors, Handling Errors): Tweak page breaks. * customize.texi: Where possible, use example rather than smallexample. (Common Keywords, Variable Definitions, Applying Customizations) (Custom Themes): Tweak page breaks. * eval.texi, functions.texi, loading.texi, macros.texi: Where possible, use example rather than smallexample. * sequences.texi (Arrays): Tweak page breaks. * symbols.texi: Where possible, use example rather than smallexample. (Symbol Components): Fix typo. (Other Plists): Tweak page break.
* | Merge from emacs-24; up to 2012-04-16T19:06:02Z!rgm@gnu.orgGlenn Morris2012-05-021-5/+4
|\ \ | |/
| * Reword some doc/lispref to remove/reduce some overly long/short lines.Glenn Morris2012-04-281-5/+4
| | | | | | | | | | | | | | * package.texi (Packaging Basics): * loading.texi (Autoload): * files.texi (Magic File Names): Reword to remove/reduce some overly long/short lines.
* | Remove unnecessary @setfilename commands from many doc/lispref/*.texiGlenn Morris2012-04-131-1/+0
|/
* Doc and manual fixes related to muleGlenn Morris2012-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | * doc/emacs/mule.texi (International): Copyedits. (International Chars): Update C-x = example output. (Disabling Multibyte): Rename from "Enabling Multibyte". Clarify what "unibyte: t" does, and mode-line description. (Unibyte Mode): Update for "Disabling Multibyte" node name change. Use Texinfo recommended convention for quotes+punctuation. * doc/emacs/custom.texi (Specifying File Variables): Fix "unibyte" description. Update for "Disabling Multibyte" node name change. * doc/emacs/emacs.texi: Update for "Disabling Multibyte" node name change. * doc/lispref/loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end. * lisp/international/mule.el (set-auto-coding-for-load): Doc fix.
* Use @env for environment variables in texinfo manualsGlenn Morris2012-04-071-1/+1
| | | | | | | | | It renders the same as @code, so in many cases this change is entirely cosmetic. * doc/emacs/misc.texi (Gnus Startup): * doc/lispref/files.texi, doc/lispref/frames.texi: * doc/lispref/loading.texi, doc/lispref/os.texi, doc/lispref/processes.texi: Use @env for environment variables.
* * loading.texi (Autoload): Explicitly state which forms are processed specially.Chong Yidong2012-03-101-8/+25
| | | | Fixes: debbugs:7783
* Update Loading chapter of Emacs manual.Chong Yidong2012-02-101-104/+69
| | | | | | | | | * doc/emacs/loading.texi (Loading): Don't emphasize "library" terminology. (Library Search): load-path is not a user option. Mention role of -L option and packages. Improve examples. (Loading Non-ASCII): Don't mention unibyte Emacs, which is obsolete. (Autoload): Minor clarifications.
* * doc/lispref/loading.texi (Named Features): Update the require example.Glenn Morris2012-02-071-11/+17
| | | | | The new one reflects the current code, and has a bonus free example of lets + requires too.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Remove unnecessary manual advice about eval-after-load (Bug#7986).Reuben Thomas2011-02-081-4/+0
| | | | | * loading.texi (Hooks for Loading): Remove unnecessary manual advice about eval-after-load.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Merge from emacs-23.Glenn Morris2011-01-241-0/+25
|\ | | | | | | Note setting of CANNOT_DUMP on ia64 hpux is still to be merged manually.
| * * loading.texi (Library Search): Document list-load-path-shadows (Bug#7757).Chong Yidong2011-01-231-0/+25
| |
* | Nuke arch-tags.Glenn Morris2011-01-151-4/+0
| |
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | * lisp/subr.el (eval-after-load): Fix timing for features.Stefan Monnier2011-01-101-1/+2
| | | | | | | | | | | | | | | | (declare-function, undefined, insert-for-yank) (replace-regexp-in-string): Follow checkdoc's recommendations. * doc/lispref/loading.texi (Hooks for Loading): Adjust doc of eval-after-load. Fixes: debbugs:7769
* | Merge from emacs-23Stefan Monnier2010-11-171-0/+10
|\ \ | |/
| * Fix bug #7346: document load-file-name.Eli Zaretskii2010-11-121-0/+10
| | | | | | | | | | src/lread.c (Fload): Mention `load-in-progress' and `load-file-name'. doc/lispref/loading.texi (How Programs Do Loading): Document `load-file-name'.
* | Make obsolete --unibyte argument do nothing (Bug#6886).Chong Yidong2010-08-221-7/+0
|/ | | | | | | | | | | | * src/emacs.c (main): Remove --unibyte handling (Bug#6886). * lisp/startup.el (command-line-1): Issue warning for ignored arguments --unibyte, etc (Bug#6886). * doc/lispref/nonascii.texi (Text Representations): * doc/lispref/loading.texi (Loading Non-ASCII): * doc/lispref/compile.texi (Byte Compilation): Don't mention obsolete --unibyte command-line argument.
* Untabify doc/lispref/*.texi.Glenn Morris2010-06-221-4/+5
| | | | | | | | | | * abbrevs.texi, commands.texi, compile.texi, debugging.texi: * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi: * frames.texi, functions.texi, internals.texi, keymaps.texi: * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi: * searching.texi, sequences.texi, strings.texi, syntax.texi: * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi: Untabify Texinfo files.
* Fix typos (Bug#6094). From Štěpán Němec.Chong Yidong2010-05-031-1/+1
|
* Document `after-load-functions'.Chong Yidong2010-03-261-18/+26
| | | | | * loading.texi (Hooks for Loading): Document after-load-functions. Copyedits.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * src/lread.c (syms_of_lread): Make it clearer that these are theChong Yidong2010-01-011-7/+8
| | | | | | | names of loaded files (Bug#5068). * doc/lispref/loading.texi (Where Defined): Make it clearer that these are loaded files (Bug#5068).
* * subr.el (default-mode-line-format, default-header-line-format)Stefan Monnier2009-08-271-4/+1
| | | | | | | | | | | | | | | | | | | (default-line-spacing, default-abbrev-mode, default-ctl-arrow) (default-direction-reversed, default-truncate-lines) (default-left-margin, default-tab-width, default-case-fold-search) (default-left-margin-width, default-right-margin-width) (default-left-fringe-width, default-right-fringe-width) (default-fringes-outside-margins, default-scroll-bar-width) (default-vertical-scroll-bar, default-indicate-empty-lines) (default-indicate-buffer-boundaries, default-fringe-indicator-alist) (default-fringe-cursor-alist, default-scroll-up-aggressively) (default-scroll-down-aggressively, default-fill-column) (default-cursor-type, default-buffer-file-type) (default-cursor-in-non-selected-windows) (default-buffer-file-coding-system, default-major-mode) (default-enable-multibyte-characters): Mark as obsolete. * cus-start.el (default-major-mode): Customize `major-mode' instead. (enable-multibyte-characters): Not customizable any more.
* * customize.texi (Common Keywords): Add xref to Loading.Chong Yidong2009-08-151-1/+2
| | | | | * loading.texi (How Programs Do Loading): Add xref to Lisp Libraries node in the Emacs manual.
* (Repeated Loading): Fix typo.Glenn Morris2009-07-181-1/+1
|
* Kevin Ryde <user42 at zip.com.au>Glenn Morris2009-07-111-4/+5
| | | | (Named Features): Refer to eval-after-load.
* (Repeated Loading): Simplify examples.Chong Yidong2009-03-121-19/+7
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* (Autoload): Document `generate-autoload-cookie' and `generated-autoload-file'.Eli Zaretskii2008-12-271-0/+23
|
* * loading.texi (Where Defined): Add `defface' item.Juanma Barranquero2008-09-091-0/+2
|
* (Where Defined): Fix description of symbol-file.Martin Rudalics2008-09-061-6/+9
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
* (Named Features): Minor cleanup.Richard M. Stallman2007-11-251-1/+1
|
* Merge from emacs--rel--22Miles Bader2007-10-271-12/+15
| | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
* (setfilename): Go up one more level to ../../info.Glenn Morris2007-09-061-1/+1
|
* Move here from ../../lisprefGlenn Morris2007-09-061-0/+968