emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] master 717b034 3/3: New commands bibtex-next/previous-


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 717b034 3/3: New commands bibtex-next/previous-entry (Bug#32378)
Date: Mon, 27 Aug 2018 20:18:09 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> +(defun bibtex-next-entry (&optional arg)
> +  "Move point ARG entries forward.
> +ARG defaults to one.  Called interactively, ARG is the prefix
> +argument."
> +  (interactive "p")

I think this should have a "^" in the interactive spec.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]