GNU bug report logs -
#6461
Documentation backslashes in the manual for `cyclic-*-indirection'
Previous Next
Reported by: MON KEY <monkey <at> sandpframing.com>
Date: Fri, 18 Jun 2010 20:48:02 UTC
Severity: minor
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Documentation backslashes in the manual for `cyclic-*-indirection'
backslashes in the manual for `cyclic-function-indirection' and
`cyclic-variable-indirection'
doc/errors.texi
,----
| @item cyclic-function-indirection
| @code{"Symbol's chain of function indirections\@* contains a loop"}@*
| @xref{Function Indirection}.
|
| @item cyclic-variable-indirection
| @code{"Symbol's chain of variable indirections\@* contains a loop"}@*
| @xref{Variable Aliases}.
`----
displays in *info* as:
,---- (info "(elisp)Standard Errors")
|
| `cyclic-function-indirection'
| `"Symbol's chain of function indirections\
| contains a loop"'
| see Function Indirection.
|
| `cyclic-variable-indirection'
| `"Symbol's chain of variable indirections\
| contains a loop"'
| see Variable Aliases.
|
`----
Are the `\'s indicative of something?
--
/s_P\
This bug report was last modified 14 years and 342 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.