From 6613af05dc47b526be4cbf2c8bb239151b4f3f83 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 28 Sep 2023 14:31:19 -0400 Subject: [PATCH] fix spelling issue --- doc/src/Howto_lammps_gui.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/Howto_lammps_gui.rst b/doc/src/Howto_lammps_gui.rst index fb0c0e80d4..cdcc09db84 100644 --- a/doc/src/Howto_lammps_gui.rst +++ b/doc/src/Howto_lammps_gui.rst @@ -308,12 +308,12 @@ contents to a file. Context Specific Word Completion ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -By default, LAMMPS GUI will display a small popup frame with possible +By default, LAMMPS GUI will display a small pop-up frame with possible completions for LAMMPS input script commands or styles after 2 characters of a word have been typed. The word can then be completed through selecting an entry by scrolling down with the cursor keys and selecting with the 'Enter' key or by clicking on the entry with the -mouse. The automatic completion popup can be disabled in the +mouse. The automatic completion pop-up can be disabled in the ``Preferences`` dialog, but the completion can still be requested manually by either hitting the 'Shift-TAB' key or by right-clicking with the mouse and selecting the option from the context menu. Most of the @@ -576,7 +576,7 @@ the range between 1 and 32. The two settings which follow enable or disable the automatic reformatting when hitting the 'Enter' key and the automatic display of -the completion popup window. +the completion pop-up window. -----------