aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispintro
diff options
context:
space:
mode:
authorPaul Eggert2013-02-20 18:42:30 -0800
committerPaul Eggert2013-02-20 18:42:30 -0800
commit2fce4cd861e5575fafb10525540cdc8580e134f1 (patch)
tree88a9fb6cb360f536af23032fd2abec837a0d3d0e /doc/lispintro
parent6bcd97a44a1d7e5da149341465564cba65eb7b63 (diff)
downloademacs-2fce4cd861e5575fafb10525540cdc8580e134f1.tar.gz
emacs-2fce4cd861e5575fafb10525540cdc8580e134f1.zip
Port documentation to Texinfo 5.0.
Diffstat (limited to 'doc/lispintro')
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index 3366ad6e7f7..3f9208c3c27 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -4583,7 +4583,7 @@ argument to the value returned by its second argument.
4583@item buffer-name 4583@item buffer-name
4584Without an argument, return the name of the buffer, as a string. 4584Without an argument, return the name of the buffer, as a string.
4585 4585
4586@itemx buffer-file-name 4586@item buffer-file-name
4587Without an argument, return the name of the file the buffer is 4587Without an argument, return the name of the file the buffer is
4588visiting. 4588visiting.
4589 4589