Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #720

Merged
merged 3 commits into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ standard support.
*** add another (fallback) key-binding for proof-goto-point
- The default key-binding for proof-goto-point (C-c <C-return>)
was not available in TTYs. Now, this function can also be run
with "C-c RET", which happens to be automatically trigerred if
with "C-c RET", which happens to be automatically triggered if
we type "C-c <C-return>" in a TTY.

*** new proof-priority-action-list
Expand Down Expand Up @@ -376,7 +376,7 @@ standard support.
| S n => ...
end
do this: (setq coq-match-indent 4) to get back the
previous indetation style:
previous indentation style:
match n with
O => ...
| S n => ...
Expand Down
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ A. This can happen if you enabled "Use Three Panes" and then change
* In single window mode, `C-c C-l` (proof-layout-windows) refreshes
the display

* In multiple window mode, if you have accidently deleted the main
* In multiple window mode, if you have accidentally deleted the main
window, get a new one with `M-x new-frame RET`

-----------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions doc/ProofGeneral.texi
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ and @ref{Advanced Script Management and Editing}.

@item @i{Script editing mode}@*
Proof General provides useful facilities for editing proof scripts,
including syntax hilighting and a menu to jump to particular goals,
including syntax highlighting and a menu to jump to particular goals,
definitions, or declarations.
Special editing functions send lines of proof script to the proof
assistant, or undo previous proof steps.
Expand Down Expand Up @@ -2755,7 +2755,7 @@ text in the buffer. This is the font that is configured by the menu
@end example
its customization name is @code{unicode-tokens-symbol-font-face}, but
notice that only the font family aspect of the face is used. Similarly,
other fonts can be configured for controling different font families
other fonts can be configured for controlling different font families
(script, fraktur, etc).

For symbols, good results are possible by using a proportional font for
Expand Down
Loading