Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!umich!samsung!uunet!talos!kjones From: kjones@talos.uu.net (Kyle Jones) Newsgroups: gnu.emacs.bug Subject: Re: char-after fails to handle marker Message-ID: <1990Jan9.152057.23645@talos.uu.net> Date: 9 Jan 90 15:20:57 GMT References: <9001090407.AA06943@sgtp.apple.juice.or.jp> Reply-To: kjones@talos.uu.net Lines: 8 Shinichirou Sugou writes: > According to Emacs-lisp manual, the function 'char-after' takes not marker > but position type argument. It is clear that the char-after function was meant to (and should) accept a marker as an argument; why else would CHECK_NUMBER_COERCE_MARKER have been used otherwise? The e-lisp manual needs to be corrected, along with the definition of char-after itself.