diff options
Diffstat (limited to 'src/character.h')
| -rw-r--r-- | src/character.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.h b/src/character.h index 1f1f6eade84..41f47e4b179 100644 --- a/src/character.h +++ b/src/character.h | |||
| @@ -296,7 +296,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 296 | 296 | ||
| 297 | /* If P is after LIMIT, advance P to the previous character boundary. | 297 | /* If P is after LIMIT, advance P to the previous character boundary. |
| 298 | Assumes that P is already at a character boundary of the same | 298 | Assumes that P is already at a character boundary of the same |
| 299 | mulitbyte form whose beginning address is LIMIT. */ | 299 | multibyte form whose beginning address is LIMIT. */ |
| 300 | 300 | ||
| 301 | #define PREV_CHAR_BOUNDARY(p, limit) \ | 301 | #define PREV_CHAR_BOUNDARY(p, limit) \ |
| 302 | do { \ | 302 | do { \ |