mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 06:50:46 -08:00
Spelling fixes.
This commit is contained in:
parent
5ef215d874
commit
91af3942e9
112 changed files with 329 additions and 337 deletions
|
|
@ -271,7 +271,7 @@ struct byte_stack
|
|||
/* A list of currently active byte-code execution value stacks.
|
||||
Fbyte_code adds an entry to the head of this list before it starts
|
||||
processing byte-code, and it removed the entry again when it is
|
||||
done. Signaling an error truncates the list analoguous to
|
||||
done. Signaling an error truncates the list analogous to
|
||||
gcprolist. */
|
||||
|
||||
struct byte_stack *byte_stack_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue