From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Philipp Stephani
>=C2=A0 > +This does not take narrowing into account; to count th= e number of
>=C2=A0 > +characters in the accessible portion of the buffer, use
>=C2=A0 > +=E2=80=98(- (point-max) (point-min))=E2=80=99. */)
>
>=C2=A0 The advice in the last sentence doesn't work when BUFFER is = non-nil.
>=C2=A0 (I actually doubt that the advice is needed here; it's enoug= h to have
>=C2=A0 something like that in the ELisp manual -- which already hints o= n
>=C2=A0 that, but maybe we should make that more explicit.
>
> I'd prefer a bit of redundancy in a very basic function such as th= is. At least I wouldn't want to search the Elisp
> manual for additional information unless really necessary. I'd rew= ord it to "the accessible portion of the current
> buffer".
If we want to give advice like that, IMO we should also give such an
advice for when BUFFER is non-nil.